Labels: text | screenshot | font OCR: while ((c=getc(ifp)) != EOF) { putc(c, ofp); if ( c == "\n') putc("\n', ofp); void prn_info (char *pgm_name) printf("\n%s%s%s\n\n%s%s\n\n", "Usage: ", pgm_name, "infile outfile", "The contents of infile will be double-spaced", "and written to outfile.");